Skip to main content

LicenseBlock

No description

type LicenseBlock {
lboId: Int!
namespace: String!
erpCustomerId: String
erpSalesOrderId: String
erpLineQty: Int
erpItemNumber: String
state: LboState
}

Fields

LicenseBlock.lboId ● [Int!](/GraphQL API Reference/types/scalars/int.mdx) non-null scalar

LicenseBlock.namespace ● [String!](/GraphQL API Reference/types/scalars/string.mdx) non-null scalar

LicenseBlock.erpCustomerId ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalar

LicenseBlock.erpSalesOrderId ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalar

LicenseBlock.erpLineQty ● [Int](/GraphQL API Reference/types/scalars/int.mdx) scalar

LicenseBlock.erpItemNumber ● [String](/GraphQL API Reference/types/scalars/string.mdx) scalar

LicenseBlock.state ● [LboState](/GraphQL API Reference/types/enums/lbo-state.mdx) enum

Returned By

[licenseBlock](/GraphQL API Reference/operations/queries/license-block.mdx) query ● [licenseBlocks](/GraphQL API Reference/operations/queries/license-blocks.mdx) query